home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00267.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  252 b   |  13 lines

  1. on mouseUp
  2.   if the visible of sprite 29 = 0 then
  3.     repeat with i = 29 to 32
  4.       set the visible of sprite i to 1
  5.     end repeat
  6.   else
  7.     repeat with i = 29 to 32
  8.       set the visible of sprite i to 0
  9.     end repeat
  10.   end if
  11.   updateStage()
  12. end
  13.